Click or drag to resize

InvalidFileFormatException Constructor (String)

Creates a new instance of the InvalidFileFormatException class with the specified error message.

Namespace:  Independentsoft.IO.StructuredStorage
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public InvalidFileFormatException(
	string message
)

Parameters

message
Type: SystemString
The message that describes the error.
See Also